home *** CD-ROM | disk | FTP | other *** search
/ Virtual Ecstasy: Sexy Collection / Virtual Ecstasy: Sexy Collection 1.iso / mac / SC_MAC / SC_MAC.DXR / 00001_sg_off.ls next >
Encoding:
Text File  |  1995-07-09  |  248 b   |  10 lines

  1. on mouseDown
  2.   repeat while stillDown()
  3.     set the castNum of sprite clickOn() to the number of cast "sg_on"
  4.     updateStage()
  5.   end repeat
  6.   set the castNum of sprite clickOn() to the number of cast "sg_off"
  7.   updateStage()
  8.   play frame "SG"
  9. end
  10.